@charset "utf-8";
/* CSS 鼠标效果 */
@import url('NotoSansSC.css');
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #666; overflow-x: hidden; font-family:"Source Han Sans CN",'Noto Sans SC',"PingFang SC","Microsoft YaHei",Arial,sans-serif; padding-top: 140px; background: #f5f5f5;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none; font-family:"Source Han Sans CN","Noto Sans SC","Microsoft YaHei",Helvetica,Arial,Verdana,sans-serif; }
svg{ border: none;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color: #009b4c;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1520px; margin: 0 auto;}
.ovh{overflow: hidden;}

::-webkit-scrollbar { width: 8px;  height: 8px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #34495e;}

/*顶部*/
.header{ width: 100%; height:140px; background:#fff; box-shadow: 0 0 15px rgba(0, 0, 0, .1); position: fixed; left: 0; top: 0; z-index: 9999; }
.header .logo{ height: 140px; padding:28px 0; position: relative; }
.header .headRight{ }
.header .tel{ font-size: 18px; line-height: 25px; font-weight: 500; background: url(../images/icon01.png) no-repeat left center; padding-left: 36px; margin-top: 22px;}
.header .nav{ }
.header .nav>ul>li{ line-height: 90px; position: relative; margin-left: 60px;}
.header .nav>ul>li>a{ font-size: 16px; color: #000; transition: all .4s;}
.header .nav>ul>li a:hover{ color: #009b4c;}
.header .nav>ul>li.on a{ color: #009b4c; font-weight: 500;}
.menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .pagination { width: 100% !important; position: absolute; left:0; bottom:40px!important;  z-index:111; text-align: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 12px;height: 12px; background:#009b4c; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner{ height: 410px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative;}

.title{ text-align: center; margin-bottom: 60px;}
.title h2{ font-size: 48px; color: #000; line-height: 1;}
.title h2 span{ color: #3ea108;}
.title p{ color: #8d8d8d; margin-top: 25px;}

.ntitle{ text-align: center; margin-bottom: 60px;}
.ntitle h2{ font-size: 36px; color: #3ea108; line-height: 1;}

.indexOne{ padding: 60px 0 35px; background: #f2f9ff;}
.indexOne .tit{text-align: center; margin-bottom: 65px;}
.indexOne .tit h2{ font-size: 48px; color: #000; line-height: 1; margin-bottom: 16px;}
.indexOne .tit p{ color: #85898d;}
.indexOne .box ul{ margin: 0 -13px;}
.indexOne .box ul li{ width: 33.33%; padding: 0 13px; margin-bottom: 40px;}
.indexOne .box ul li a{ padding: 26px; background: #fff; display: flex; justify-content: space-between;  transition: all 0.4s;}
.indexOne .box ul li a:hover{ background: #dbede5;}
.indexOne .box ul li .num{ width: 75px; font-size: 30px; color: #8d8d8d; font-weight: 900; background: url(../images/icon02.png) no-repeat left 65px; position: relative; margin-top: 15px;}
.indexOne .box ul li .num::before{ content: ""; width: 1px; height: 90px; background: #eee; position: absolute; right: 0; top: 0;}
.indexOne .box ul li .num::after{ content: ""; width: 24px; height: 1px; background: #ccc; position: absolute; left: 0; top: 45px;}
.indexOne .box ul li .con{ width:calc(100% - 95px);}
.indexOne .box ul li .con h3{ font-size: 18px; font-weight: normal; color: #000; line-height: 1.2; margin-bottom: 20px;}
.indexOne .box ul li .con dt{ height: 88px; font-size: 16px; color: #000; line-height:22px; margin-bottom: 15px; overflow: hidden;}
.indexOne .box ul li .con dl{ padding-bottom: 63.6363%;}

.indexTwo{ padding: 55px 0; background: #fff;}
.indexTwo .box .pic{ width: 50%; padding-right: 36px;}
.indexTwo .box .pic img{ width: 100%;}
.indexTwo .box .con{ width:760px; padding-left: 20px; padding-top: 30px;}
.indexTwo .box .con .text{ line-height: 30px; border-top: 1px solid #ccc; padding: 60px 30px 0; position: relative;}
.indexTwo .box .con .text::before{ content: ""; width: 300px; height: 4px; background: #349a2c; position: absolute; left: 0; top: -2px;}

.indexThree{ padding: 50px 0 60px; background: #fff;}
.indexThree .tabMenu{ padding: 0 190px; margin-bottom: 75px; position: relative;}
.indexThree .tabMenu::before{ content: ""; width: 3000px; height: 1px; background: #ccc; position: absolute; left: 50%; top: 30px; transform: translateX(-50%);}
.indexThree .tabMenu .swiper-slide i{ width: 64px; height: 64px; line-height: 62px;  text-align: center; background: #eff4f5; border-radius: 64px; display: block; overflow: hidden; margin: 0 auto; cursor: pointer;}
.indexThree .tabMenu .swiper-slide.swiper-slide-thumb-active i{ background: #349a2c;}
.indexThree .tabMenu .swiper-slide.swiper-slide-thumb-active i img{ filter: drop-shadow(#fff 0 100px); transform: translateY(-100px);}
.indexThree .tabMenu .swiper-slide h3{ font-size: 18px; color: #222; font-weight: normal; text-align: center; margin-top: 25px;}
.indexThree .tabMenu .swiper-button-next,.indexThree .tabMenu .swiper-button-prev{ width: 43px; height: 43px; margin-top: -49px;}
.indexThree .tabMenu .swiper-button-prev{ background: url(../images/arrow-left.png) no-repeat center;}
.indexThree .tabMenu .swiper-button-next{ background: url(../images/arrow-right.png) no-repeat center;}
.indexThree .tabMenu .swiper-button-next:after,.indexThree .tabMenu .swiper-button-prev:after{ display: none;}
.indexThree .tabMenu .swiper-button-lock{ display: block;}
.indexThree .tabCon .swiper-slide{ background: #dde0e7;}
.indexThree .tabCon .swiper-slide a{ display: flex; justify-content: space-between;}
.indexThree .tabCon .swiper-slide .con{ width: 464px; padding: 50px; display: flex; flex-direction: column; justify-content: space-between;}
.indexThree .tabCon .swiper-slide .con i{ font-size: 120px; color: #e7e9ee; font-style: normal; line-height: 1; margin-bottom: 30px; display: block;}
.indexThree .tabCon .swiper-slide .con h3{ font-size: 24px; color: #000; font-weight: normal; line-height: 1; margin-bottom: 20px;}
.indexThree .tabCon .swiper-slide .con dt{ font-size: 18px; color: #666; line-height: 1.2;}
.indexThree .tabCon .swiper-slide .con dd{ line-height: 51px; background: url(../images/icon06.png) no-repeat left center; color: #349a2c; font-size: 18px; padding-left: 62px;}
.indexThree .tabCon .swiper-slide .pic{ width: calc(100% - 464px);}
.indexThree .tabCon .swiper-slide .pic img{ width: 100%;}

.indexFour{ padding: 100px 0 85px; background: #f5f5f5;}
.indexFour .tabMenu{ margin-bottom: 40px;}
.indexFour .tabMenu ul li{margin: 0 60px;}
.indexFour .tabMenu ul li h3{font-size: 18px; color: #000; font-weight: normal; padding: 0 20px 5px; border-bottom:#f5f5f5 solid 3px; cursor: pointer;}
.indexFour .tabMenu ul li.on h3{border-bottom:#349a2c solid 3px;}
.indexFour .tabCon .item{ display: none;}
.indexFour .tabCon .item.on{ display: block;}
.indexFour .tabCon .item ul{ margin: 0 -25px;}
.indexFour .tabCon .item ul li{ width: 25%; padding: 0 25px;}
.indexFour .tabCon .item ul li ol{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); padding: 10px;}
.indexFour .tabCon .item ul li ol dl{ padding-bottom: 81.25%;}
.indexFour .tabCon .item ul li ol h3{ font-size: 16px; color: #000; font-weight: normal; text-align: center; padding: 15px;}

.neiNav{ background: #fff; line-height: 80px;}
.neiNav ul li{ margin-left: 160px;}

.anchorPoint{ padding-top:139px; margin-top:-139px;}

.about{ padding: 70px 0 45px; background: #eef5f9;}
.about .box .pic{ width: 50%; padding-right: 36px;}
.about .box .pic img{ width: 100%;}
.about .box .con{ width:760px; padding-left: 20px; padding-top: 30px;}
.about .box .con .text{ line-height: 30px; border-top: 1px solid #ccc; padding: 60px 30px 0; position: relative;}
.about .box .con .text::before{ content: ""; width: 300px; height: 4px; background: #349a2c; position: absolute; left: 0; top: -2px;}

.equipment{ padding-top: 50px; background: #fff;}
.equipment .box{ display: flex;}
.equipment .item:nth-child(1){ width: 50%; position: relative;}
.equipment .item:nth-child(1) ol{ width: 340px; color: #fff; position: absolute; left: 70px; top: 70px; z-index: 11;}
.equipment .item:nth-child(1) ol h3{ font-size: 26px; line-height: 1; margin-bottom: 10px;}
.equipment .item:nth-child(1) dl{ padding-bottom: 67.70%;}
.equipment .item:nth-child(2),.equipment .item:nth-child(3){ width: 25%; display: flex; flex-direction: column;}
.equipment .item:nth-child(2){ background: #a7bce7; flex-direction: column-reverse;}
.equipment .item:nth-child(3){ background: #afd79a;}
.equipment .item:nth-child(2) dl,.equipment .item:nth-child(3) dl{ padding-bottom: 67.68%;}
.equipment .item:nth-child(2) ol,.equipment .item:nth-child(3) ol{ height: 100%; text-align: center; color: #fff; padding: 0 70px; display: flex; flex-direction: column; justify-content: center;}
.equipment .item:nth-child(2) ol h3,.equipment .item:nth-child(3) ol h3{ font-size: 26px; color: #0c2767; line-height: 1; margin-bottom: 15px;}

.team{ padding: 80px 0 70px;}
.team .box ul{ margin: 0 -25px;}
.team .box ul li{ width: 25%; padding: 0 25px; margin-bottom: 20px;}
.team .box ul li ol{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); padding: 10px;}
.team .box ul li ol dl{ padding-bottom: 81.25%;}
.team .box ul li ol h3{ font-size: 16px; color: #000; font-weight: normal; text-align: center; padding: 15px;}

.honor{ padding: 50px 0 100px;}
.honor .tit{ text-align: center; margin-bottom: 45px;}
.honor .tit h2{ font-size: 36px; font-weight: 500; color: #000; line-height: 1;}
.honor .text{ line-height: 1.6; text-align: center; padding: 0 190px; margin-bottom: 40px;}
.honor .box{ margin-bottom: 30px;}
.honor .box ul{ margin: 0 -20px;}
.honor .box ul li{ width: 20%; padding:0 20px; margin-bottom: 30px;}
.honor .box ul li dl{ background: #fff; padding-bottom: 100%;}
.honor .box ul li dl img{ padding: 10px;}
.honor .box ul li h3{ font-size: 16px; font-weight: normal; text-align: center; margin-top: 10px;}

.content{ padding: 70px 0 90px;}

.leftNav{ width: 300px;}
.leftNav dl{background: #3371bc; color: #fff; font-size: 30px; font-weight: 500; line-height: 64px; padding: 0 18px;}
.leftNav dl span{ font-size: 16px; font-weight: normal; text-transform: uppercase;}
.leftNav ul li{ margin-top: 10px;}
.leftNav ul li a{ background: #fff; font-size: 18px; color: #000; line-height: 60px; display: block; padding: 0 18px; position: relative;}
.leftNav ul li a::before{ content: ""; width: 5px; height: 18px; background: #349a2c; position: absolute; left: 0; top: 50%; transform: translateY(-50%); opacity: 0; transition: all 0.4s;}
.leftNav ul li a::after{ content: ""; width: 12px; height: 12px; background:url(../images/icon08.png) no-repeat center; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);}
.leftNav ul li a:hover{color: #349a2c;}
.leftNav ul li a:hover::before{ opacity: 1;}
.leftNav ul li.on a{color: #349a2c;}
.leftNav ul li.on a::before{ opacity: 1;}

.rightBox{ width: calc(100% - 350px);}

.bread{ background: url(../images/icon07.png) no-repeat left center; border-bottom: #dcdcdc solid 1px; color: #999999; line-height: 46px; margin-bottom: 28px; padding-left: 28px;}
.bread a{ color: #999;}
.bread a:hover{color: #349a2c;}

.prolist{}
.prolist ul li{ margin-bottom: 40px;}
.prolist ul li a{ display: flex; justify-content: space-between; background: #fff; padding: 10px;}
.prolist ul li .pic{ width: 396px;}
.prolist ul li .pic dl{ padding-bottom: 67.5%;}
.prolist ul li .con{ width: calc(100% - 428px); padding-top: 15px;}
.prolist ul li .con .tit{ border-bottom: #e1e1e1 solid 2px; position: relative; padding-bottom: 15px; margin-bottom: 30px;}
.prolist ul li .con .tit::before{ content: ""; width: 200px; height: 4px; background: #349a2c; position: absolute; left: 0; bottom: -2px;}
.prolist ul li .con .tit h3{ font-size: 24px; color: #000; font-weight: 500;}
.prolist ul li .con .text{ color: #85898d;}

.proview{ padding: 26px; background: #fff;}
.proview .prohead{ margin-bottom: 50px;}
.proview .prohead .picSlide {width: 400px; flex: 0 0 auto; margin-right: 45px;}
.proview .prohead .con{ width: calc(100% - 445px);}
.proview .prohead .con h1{ font-size: 26px; color: #3371bc; font-weight: 500; margin-bottom: 15px;}
.proview .prohead .con .text{ color: #999; line-height: 28px;}
.proview .prohead .con .btn{ width: 142px; height: 42px; line-height: 40px; background: #3371bc; border-radius: 5px; color: #fff; text-align: center; display: block; margin-top: 30px;}
.proview .prohead .con .btn:hover{background: #245b9e;}
.proview .proCon .tit{ background: #f2f2f2; margin-bottom: 25px;}
.proview .proCon .tit h2{ width: 260px; line-height: 46px; font-size: 20px; color: #fff; font-weight: normal; text-align: center; background: #3371bc; display: inline-block;}

.news{ background: #fff; padding: 50px 0 90px;}
.news .box{ padding: 0 240px; margin-bottom:50px;}
.news .box ul li{ border-bottom: #ddd dashed 1px; background: url(../images/icon09.png) no-repeat right 5px center;}
.news .box ul li a{ width: 100%; display: flex; flex-direction: row-reverse; justify-content: left; padding: 15px 0;}
.news .box ul li span{ width: 118px; font-size: 13px; color: #444; text-align: center; line-height: 32px; border: #cccccc solid 1px; margin-right: 50px; flex: 0 0 auto;}
.news .box ul li h3{ font-size: 16px; font-weight: normal; line-height: 34px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding-right: 30px;}

.newsView{background: #e8eaee;  padding: 50px 0 60px;}
.newsView .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}
.newsView .box .newsHead{ padding: 50px 70px 30px;  position: relative;}
.newsView .box .newsHead::after{ content: ""; width: 60px; height: 3px; background: #349a2c; position: absolute; left: 70px; bottom: -2px;}
.newsView .box .newsHead h1{ font-size: 30px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}
.newsView .box .newsHead span{ color: #999; margin-right: 30px;}
.newsView .box .viewCon{ padding:50px 70px 70px; line-height: 2;}
.newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 70px; overflow: hidden; position: relative;}
.newsView .box .viewPage .boxCon{ padding-right: 200px;}
.newsView .box .viewPage .boxCon a{ color: #333; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.newsView .box .viewPage .boxCon b{ color: #349a2c;}
.newsView .box .viewPage .boxCon a:hover{color: #349a2c;}
.newsView .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #349a2c; position:absolute; right: 70px; top: 35px;}
.newsView .box .viewPage .back a{color: #fff; display: block;}

.case{ margin-bottom: 30px;}
.case ul{ margin: 0 -20px;}
.case ul li{ width: 25%; padding: 0 20px; margin-bottom: 30px;}
.case ul li dl{ padding-bottom: 100%;}
.case ul li h3{ font-size: 16px; color: #666; font-weight: normal; text-align: center; margin-top: 10px;}

.job{ background: #fbfbfb; padding: 50px 0 90px;}
.job .boxCon{ padding:0 150px;}
.job .text{ font-size: 18px; color: #333; line-height: 2; text-align: center; margin-top: -20px; margin-bottom:50px;}
.job .joblist{ width: 100%;}
.job .joblist .item{ margin-bottom: 2px;}
.job .joblist dl{ background: #349a2c url(../images/icon10.png) no-repeat right 30px center; color: #fff; font-size: 17px; line-height: 50px; padding:0 30px; cursor: pointer;}
.job .joblist .box{ display: none;}
.job .joblist .item.on dl{ background: #349a2c url(../images/icon10_02.png) no-repeat right 30px center;}
.job .joblist .box ul{ display: flex; background: #f9f9f9;}
.job .joblist .box ul:nth-child(even){ background: #f2f2f2;}
.job .joblist .box ul li{ width: 50%; line-height: 50px; padding: 0 30px; display: flex;}
.job .joblist .box ul li dt{ width: 100px;}
.job .joblist .box ul ol{ padding: 15px 30px;}

.video{padding: 50px 0 90px;}
.video .box{ padding: 0 160px; margin-bottom: 30px;}
.video ul{ margin: 0 -20px;}
.video ul li{ width: 25%; padding: 0 20px; margin-bottom: 30px;}
.video ul li ol{ cursor: pointer;}
.video ul li dl{ padding-bottom: 100%;}
.video ul li dl::before{ content: ""; width: 100%; height: 100%; background: url(../images/videoBtn.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 11; transition: all .4s;}
.video ul li h3{ font-size: 16px; color: #666; font-weight: normal; text-align: center; margin-top: 10px;}

.contact{padding: 50px 0 90px;}
.contact .telBox{ margin-bottom: 35px;}
.contact .telBox ul li{ width: 25%; padding: 20px 20px; display: flex;}
.contact .telBox ul li i{ width: 60px; height: 60px; line-height: 58px; text-align: center; background: #349a2c; border-radius: 60px;}
.contact .telBox ul li dl{ padding-left: 8px;}
.contact .telBox ul li dl h3{ font-size: 16px; color: #888; font-weight: 300;}
.contact .telBox ul li dl dt{ font-size: 24px; color: #333333; font-weight: 500;}
.contact .box .con{ width: 530px; font-size: 18px; line-height: 40px; background: #fff; padding:40px 30px; margin-right: 15px; flex: 0 0 auto;}
.contact .box .con dl{ font-size: 24px; color: #333; font-weight: bold; line-height: 1; margin-bottom: 15px;}
#map{ width: 100%;}

.fangan{ background: #fff; padding: 50px 0 90px;}
.fangan .text{ padding: 0 160px; line-height: 1.6; color: #222;}

.footer{ padding: 60px 0 80px; background: #fff; position: relative;}
.footer::before{ content: ""; width: 1080px; height: 10px; background: #349a2c; position: absolute; left: 50%; top: 50px; transform: translateX(-50%);}
.footer a{ color: #000;}
.footer a:hover{ color: #349a2c;}
.footer .logoCopyright { margin-top: 10px;}
.footer .logoCopyright .copyright{ font-size: 14px; color: #000; line-height: 1.8; margin-top: 20px;}
.footer .fnav{ margin-top: 40px;}
.footer .fnav ul{ column-count: 2;}
.footer .fnav ul li{break-inside: avoid; margin: 0 50px 5px;}
.footer .shareTel{ margin-top: 40px;}
.footer .shareTel .ewm{ margin-right: 26px;}
.footer .shareTel .box{}
.footer .shareTel .box .tel dl{ font-size: 14px;}
.footer .shareTel .box .tel ol{ font-size:33px; color: #333;}
.footer .shareTel .box .share{ margin-top: 10px;}
.footer .shareTel .box .share a{ margin-right: 10px;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 10px 0 0px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #8a8a8a; margin-right: 5px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
.fenye a.current { color: #fff;  background: #242a34; margin-right: 5px; border: #242a34 solid 1px;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 29px; height: 29px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px; cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px;}


@media (max-width: 1680px) {}

@media (max-width: 1550px) {
.wrap{ width: 100%; padding: 0 50px;}
.header .nav>ul>li{ margin-left: 40px;}

.neiBanner{ height: 360px;}

.title h2{ font-size: 38px;}

.indexOne .tit h2{ font-size: 38px;}

.indexTwo .box .con { width: 50%; padding-left: 0; padding-top: 0;}
.indexTwo .box .con .text{padding: 30px 30px 0;}

.about .box .con {width: 50%; padding-left: 0; padding-top: 0;}
.about .box .con .text{padding: 30px 30px 0;}

.prolist ul li .pic { width: 330px;}
.prolist ul li .con { width: calc(100% - 360px);}
.prolist ul li .con .tit h3{ font-size: 20px;}

.news .box{ padding: 0;}
.video .box{ padding: 0;}

.contact .telBox ul li dl dt{ font-size: 20px;}
}

@media (max-width: 1440px) {
    .wrap{ width: 100%; padding: 0 30px;}

    .leftNav ul li a{ font-size: 16px;}
    .contact .box .con{ font-size: 16px;}

    .footer .shareTel .box .tel ol{ font-size: 28px;}
}

@media (max-width: 1366px) {
    .header .logo{padding: 35px 0;}
}

@media (max-width: 1300px) {
    body{ font-size: 15px;}
    .wrap{ padding: 0 20px;}

    .header .nav>ul>li{ margin-left: 30px;}

    .indexThree .tabCon .swiper-slide .con i{ font-size: 70px;}
    .indexThree .tabCon .swiper-slide .con h3{ font-size: 20px;}
    .indexThree .tabCon .swiper-slide .con dt{ font-size: 16px;}
    .indexThree .tabCon .swiper-slide .con dd{ font-size: 16px;}

    .job .text{ font-size: 16px;}
    .job .boxCon{ padding: 0 50px;}

    .footer::before{ height: 3px;}
    .footer .shareTel .box .tel ol{ font-size: 20px;}
}

@media (max-width: 1200px) {
    body{ padding-top: 120px;}
    .header{ height: 120px;}
    .header .logo { height: 120px; padding: 33px 0; }
    .header .tel{ font-size: 16px;}
    .header .nav>ul>li { margin-left: 16px; line-height: 58px; }
}

@media (max-width: 1030px) {

    .neiBanner { height: 280px; }

    .title{ margin-bottom: 45px;}
    .title h2 { font-size: 32px; }

    .indexOne .tit h2{ font-size: 30px;}
    .indexOne .box ul li .con h3{ font-size: 16px; margin-bottom: 10px;}
    .indexOne .box ul li .con dt{ font-size: 14px;}

    .indexTwo .box .con .text { padding: 30px 30px 0 0; line-height: 1.7;}

    .indexThree .tabMenu{ padding: 0 100px;}
    .indexThree .tabCon .swiper-slide .con{ padding: 30px;}
    .indexThree .tabCon .swiper-slide .con i { font-size: 40px; margin-bottom: 10px;}
    .indexThree .tabCon .swiper-slide .con h3{ font-size: 18px; margin-bottom: 10px;}
    .indexThree .tabCon .swiper-slide .con dt{ font-size: 14px;}
    .indexThree .tabCon .swiper-slide .con dd{ line-height: 30px; background-size: auto 100%; padding-left: 40px; font-size: 14px;}

    .indexFour{padding: 70px 0 85px;}
    .indexFour .tabMenu { margin-bottom: 25px; }
    .indexFour .tabMenu ul li { margin: 0 30px; }
    .indexFour .tabMenu ul li h3{ font-size: 17px;}
    .indexFour .tabCon .item ul{ margin: 0 -10px;}
    .indexFour .tabCon .item ul li{ padding: 0 10px;}

    .equipment .item:nth-child(1) ol h3{ font-size: 22px;}
    .equipment .item:nth-child(2) ol h3, .equipment .item:nth-child(3) ol h3{ font-size: 22px;}
    .equipment .item:nth-child(2) ol, .equipment .item:nth-child(3) ol{ padding: 0 30px;}

    .honor .tit h2{ font-size: 30px;}
    .honor .text{ padding: 0;}
    .honor .box ul { margin: 0 -10px;}
    .honor .box ul li{ padding: 0 10px;}

    .team .box ul { margin: 0 -10px;}
    .team .box ul li{ padding: 0 10px;}

    .content { padding: 50px 0 60px; }

    .leftNav { width: 260px; }
    .leftNav dl { font-size: 20px; line-height: 55px;}
    .leftNav ul li a{ line-height: 50px;}

    .rightBox { width: calc(100% - 285px); }

    .prolist ul li { margin-bottom: 20px; }
    .prolist ul li .pic { width: 250px; }
    .prolist ul li .con { width: calc(100% - 270px); padding-top: 5px;}
    .prolist ul li .con .tit{    padding-bottom: 10px; margin-bottom: 15px;}
    .prolist ul li .con .tit::before { width: 120px; height: 2px;}
    .prolist ul li .con .tit h3 { font-size: 18px; }

    .proview{ padding: 20px;}
    .proview .prohead .picSlide{ width: 300px; margin-right: 25px;}
    .proview .prohead .con { width: calc(100% - 325px); }
    .proview .prohead .con h1{ font-size: 20px;}
    .proview .proCon .tit h2 { width: 170px; line-height: 40px; font-size: 16px;}
    .proview .prohead .con .text{ line-height: 1.6;}
    .proview .prohead .con .btn { width: 110px; height: 36px; line-height: 36px;}

    .case ul { margin: 0 -10px;}
    .case ul li{ padding: 0 10px;}

    .contact .telBox ul li{ padding: 20px 10px;}
    .contact .telBox ul li dl dt{ font-size: 16px;}

    .footer .logoCopyright{ width:260px;}
    .footer .fnav ul li { margin: 0 20px 5px; }
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height:60px; background:#fff;  position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 12px 0; }
    .header .headRight{ float: none; position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none;}
    .header .nav{float: none;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111;}
    .header .nav>ul>li{ margin-left: 0; line-height: 46px; border-bottom: #eee solid 1px; float: none;}
    .header .nav>ul>li a{ padding: 0 15px; font-size: 15px; display: block;}
    .header .tel{ display: none;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#000;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#000;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#000;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner { position: relative;}
    .banner .swiper-container{ width:100%; overflow:hidden;}
    .banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
    .banner .swiper-container .swiper-slide a{  display: block; width:100%;}
    .banner .swiper-container .swiper-slide img{width:100%;}
    .banner .pagination { width: 100% !important; position: absolute; left:0; bottom:10px!important;  z-index:111; text-align: center;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ display: inline-block; width: 10px;height: 10px; background:#900a07; margin: 0 3px; border-radius:12px !important; opacity: 1; cursor: pointer;}
    .banner .swiper-pagination-bullet-active { background: #fff;}
    .banner .swiper-slide-active{opacity:1;}

    .neiBanner{ height: 100px;}

    .title{ margin-bottom: 25px;}
    .title h2{ font-size: 20px;}
    .title p{ margin-top: 15px;}

    .ntitle{ margin-bottom: 25px;}
    .ntitle h2{ font-size: 20px;}

    .indexOne { padding: 40px 0 25px;}
    .indexOne .tit { margin-bottom: 25px;}
    .indexOne .tit h2{ font-size: 20px;}
    .indexOne .box ul li{ width: 100%;}

    .indexOne .box ul li{ margin-bottom: 12px;}
    .indexOne .box ul li a{ padding: 18px;}
    .indexOne .box ul li .num{ width: 55px; font-size: 26px; margin-top: 0;}
    .indexOne .box ul li .con { width: calc(100% - 70px); }
    .indexOne .box ul li .con dt{ height: 60px; font-size: 14px; line-height: 20px;}

    .indexTwo{ padding: 42px 15px 0;}
    .indexTwo .box{ display: block;}
    .indexTwo .box .pic{ width: 100%; padding-right: 0;}
    .indexTwo .box .con{ width: 100%; margin-top: 20px;}
    .indexTwo .box .con .text{ padding: 0; border-top:none;}
    .indexTwo .box .con .text::before{ display: none;}

    .indexThree {padding: 50px 0 40px; overflow: hidden;}
    .indexThree .tabMenu { padding: 0 45px; margin-bottom: 20px;}
    .indexThree .tabCon .swiper-slide a{ display: block;}
    .indexThree .tabCon .swiper-slide .con{ width: 100%; padding: 20px;}
    .indexThree .tabCon .swiper-slide .con i{ font-size: 30px;}
    .indexThree .tabMenu .swiper-slide h3{ font-size: 14px; margin-top: 8px;}
    .indexThree .tabCon .swiper-slide .con dd{ margin-top: 20px;}
    .indexThree .tabCon .swiper-slide .pic{ width: 100%;}
    .indexThree .tabMenu .swiper-button-next, .indexThree .tabMenu .swiper-button-prev{ width: 30px; height: 30px; background-size: contain; margin-top: -32px; z-index: 111;}

    .indexFour { padding: 45px 0 50px; }
    .indexFour .tabMenu{ margin-bottom: 15px;}
    .indexFour .tabMenu ul{ justify-content: center;}
    .indexFour .tabMenu ul li { margin: 0 10px; }
    .indexFour .tabMenu ul li h3 { font-size: 15px; padding: 0 0 5px;}
    .indexFour .tabMenu ul li.on h3 { border-bottom: #349A2B solid 2px; }
    .indexFour .tabCon .item ul{ flex-wrap: wrap; margin: 0 -5px;}
    .indexFour .tabCon .item ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .indexFour .tabCon .item ul li ol{ padding: 6px;}
    .indexFour .tabCon .item ul li ol h3{ font-size: 15px; padding: 6px;}

    .neiNav{ line-height: 50px;}
    .neiNav ul{ justify-content: center;}
    .neiNav ul li{ margin:0 8px;}
    .neiNav ul li a{ display: block;}

    .anchorPoint{ padding-top:59px; margin-top:-59px;}

    .about{ padding: 40px 15px;}
    .about .box{ display: block;}
    .about .box .pic{ width: 100%; padding-right: 0;}
    .about .box .con{ width: 100%; margin-top: 20px;}
    .about .box .con .text{ padding: 0; border-top:none; line-height: 1.7;}
    .about .box .con .text::before{ display: none;}

    .equipment { padding: 45px 15px 15px;}
    .equipment .box{ flex-wrap: wrap;}
    .equipment .item:nth-child(1){ width: 100%;}
    .equipment .item:nth-child(2) dl, .equipment .item:nth-child(3) dl { padding-bottom: 65%;}
    .equipment .item:nth-child(1) ol{ width: 100%; left: 0; top: 50%; transform: translateY(-50%); text-align: center; padding: 15px;}
    .equipment .item:nth-child(1) ol h3{ font-size: 18px;}
    .equipment .item:nth-child(2), .equipment .item:nth-child(3){ width: 50%;}
    .equipment .item:nth-child(2) ol, .equipment .item:nth-child(3) ol{ padding:10px;}
    .equipment .item:nth-child(2) ol h3, .equipment .item:nth-child(3) ol h3{ font-size: 16px; margin-bottom: 10px;}
    .equipment .item:nth-child(2) ol dt, .equipment .item:nth-child(3) ol dt{ font-size: 13px; line-height: 1.3;}

    .team { padding: 40px 0 30px; }
    .team .box ul { margin: 0 -5px; flex-wrap: wrap;}
    .team .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .team .box ul li ol{ padding: 6px;}
    .team .box ul li ol h3{ font-size: 15px; padding: 6px;}

    .honor { padding: 40px 0 50px; }
    .honor .tit { margin-bottom: 25px;}
    .honor .tit h2 { font-size: 20px; }
    .honor .box ul { margin: 0 -5px;}
    .honor .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .honor .box ul li h3{ font-size: 15px;}

    .content { padding: 20px 0 50px; }
    .content .wrap{ display: block;}
    .leftNav{ width: 100%; margin-bottom: 15px;}
    .leftNav dl{ font-size: 18px; line-height: 46px; background: #3371bc url(../images/xiala.png) no-repeat right 15px center; background-size: auto 25px;}
    .leftNav ul{ display: none;}
    .leftNav ul li { margin-top: 5px; }
    .leftNav ul li a { line-height: 40px; }
    .rightBox{ width: 100%;}

    .bread{ margin-bottom: 20px;}
    
    .prolist ul li{ margin-bottom: 10px;}
    .prolist ul li a{ display: block;}
    .prolist ul li .pic{ width: 100%; margin-bottom: 10px;}
    .prolist ul li .con{ width: 100%;}
    .prolist ul li .con .tit h3{ font-size: 16px;}

    .proview{ padding: 12px;}
    .proview .prohead{ display: block;}
    .proview .prohead .picSlide{ width: 100%; margin-bottom: 15px;}
    .proview .prohead .con{ width: 100%;}
    .proview .prohead .con h1{ font-size: 18px;}
    .proview .prohead .con .btn{ margin: 15px auto;}
    .proview .proCon .tit h2 { width: 110px; line-height: 36px; font-size: 15px; }

    .news{ padding: 40px 0 50px;}
    .news .box{ margin-bottom: 30px;}
    .news .box ul li a{ padding: 10px 0;}
    .news .box ul li span{ width: 75px; font-size: 12px; margin-right: 15px;}
    .news .box ul li h3{ font-size: 15px; padding-right: 20px;}

    .newsView{  padding: 20px 0 30px;}
    .newsView .box{ background: #fff; box-shadow:5px 8px 0 #e4e4e4; margin-bottom: 10px;}
    .newsView .box .newsHead{ padding: 30px 20px 10px;  position: relative;}
    .newsView .box .newsHead::after{ content: ""; width: 40px; height: 3px; position: absolute; left:20px; bottom: -2px;}
    .newsView .box .newsHead h1{ font-size: 18px;  margin-bottom: 10px;}
    .newsView .box .newsHead span{ font-size: 13px; margin-right: 10px;}
    .newsView .box .industryHead{ font-size: 35px; font-weight: normal; color: #000;  padding: 50px 70px 30px; border-bottom: #eaeaea solid 2px; position: relative;}
    .newsView .box .industryHead::after{ content: ""; width: 60px; height: 3px;  position: absolute; left: 70px; bottom: -2px;}
    .newsView .box .viewCon{ padding:30px 20px 30px; line-height:1.8; font-size: 15px;}
    .newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 20px; overflow: hidden;}
    .newsView .box .viewPage .boxCon{ float: none; padding-right: 120px;}
    .newsView .box .viewPage .boxCon a{ font-size: 14px; display: block; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; margin-bottom: 10px;}
    .newsView .box .viewPage .back{ width: 100px; height: 36px; line-height: 36px;  float: none; margin: 0 auto; right: 20px;}
    .newsView .box .viewPage .back a{color: #fff; display: block;}

    .case{ margin-bottom: 15px;}
    .case ul { margin: 0 -5px;}
    .case ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .case ul li h3{ font-size: 15px; margin-top: 5px;}

    .job{padding: 40px 0 50px;}
    .job .boxCon{ padding: 0;}
    .job .text{ font-size: 14px; line-height: 1.6; margin-top: 0; margin-bottom: 30px;}
    .job .joblist dl{ font-size: 16px; line-height: 40px; padding: 0 15px; background-position: right 15px center !important; background-size: 20px !important;}
    .job .joblist .box ul{ display: block;}
    .job .joblist .box ul:nth-child(even) { background: #f9f9f9; }
    .job .joblist .box ul li{ width: 100%; line-height: 40px; padding: 0 15px;}
    .job .joblist .box ul li:nth-child(2){ background: #f2f2f2;}
    .job .joblist .box ul ol{ padding: 15px;}

    .video { padding: 40px 0 50px; }
    .video ul { margin: 0 -5px;}
    .video ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .video ul li dl::before{ background-size: 35px;}
    .video ul li h3{ font-size: 15px; margin-top: 5px;}

    .contact { padding: 40px 0 50px; }
    .contact .telBox { margin-bottom: 15px; }
    .contact .telBox ul{ flex-wrap: wrap;}
    .contact .telBox ul li{ width: 50%; padding: 10px;}
    .contact .telBox ul li i { width: 36px; height: 36px; line-height: 36px;}
    .contact .telBox ul li i img{ width:16px;}
    .contact .telBox ul li dl h3{ font-size: 14px; line-height: 1;}
    .contact .telBox ul li dl dt{ font-size: 15px;}
    .contact .box{ display: block;}
    .contact .box .con{ width: 100%; font-size: 15px; line-height: 1.6; padding: 30px 25px;}
    .contact .box .con dl{ font-size: 18px;}
    #map{ width: 100%; height: 250px;}

    .fangan { padding: 30px 0 45px; }
    .fangan .text{ padding: 0;}
    
    .footer{ padding: 30px 0 40px;}
    .footer .wrap{ display: block;}
    .footer::before{ display: none;}
    .footer .logoCopyright{ width: 100%; }
    .footer .logoCopyright .logo{ display: none;}
    .footer .logoCopyright .copyright{ font-size: 13px; margin-top: 0;}
    .footer .fnav{ display: none;}
    .footer .shareTel { margin-top: 20px; }
    .footer .shareTel .ewm{ width: 100px; margin-right: 15px;}
    .footer .shareTel .box .tel ol{ font-size: 18px;}
    

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 2px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:2px;}
    .fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
    .fenye a.current { color: #fff;  background: #242a34; margin-right: 2px; border: #242a34 solid 1px;}

    .tccBox .BoxCon{ width: 90%;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}